home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 32 / Mac Magazin and MacEasy Magazine CD - Issue 32.iso / Multimedia / SoundApp Fat / SoundApp Fat.rsrc / TEXT_1005_History.txt < prev    next >
Text File  |  1997-02-26  |  7KB  |  87 lines

  1. Version History
  2.  
  3. 2.0, April 1, 1996.
  4. ‚Ä¢ Completely rewritten in C++ using Metrowerks CodeWarrior and PowerPlant as a fat binary for native PowerPC performance,
  5. ‚Ä¢ Support for multiple Play Lists with full drag and drop support, including drag conversion to the Finder,
  6. ‚Ä¢ Improved Status window that contains more information and a progress indicator,
  7. ‚Ä¢ Added support for the following formats:
  8. ¬†‚óä IMA 4:1 and ¬µ-law in AIFF/AIFC, 'snd ' resources and QuickTime movies,
  9. ¬†‚óä IMA 4:1, ¬µ-law and a-law in WAVE files,
  10. ¬†‚óä IRCAM,
  11. ¬†‚óä MPEG audio layers I and II on PowerPC computers, and
  12. ¬†‚óä ScreamTracker 3 (S3M) files using the ZSS driver.
  13. ‚Ä¢ Conversion of QuickTime movies without an intermediate file,
  14. ‚Ä¢ Conversion options to force mono/stereo and 8-/16-bit output and to ‚ÄúDOSify‚Äù output filenames,
  15. ‚Ä¢ Revamped Preferences dialog,
  16. ‚Ä¢ Enhanced AppleScript support for playback and conversion,
  17. ‚Ä¢ Rewrote the Help text, and
  18. ‚Ä¢ Created a better-looking application icon.
  19. 2.0.1, April 26, 1996.
  20. ‚Ä¢ Fixed a problem with the playback of mono IMA WAVE files,
  21. ‚Ä¢ Fixed a problem which may crash due to a bug in the Apple‚Äôs Sound Manager header,
  22. ‚Ä¢ Fixed a problem playing very short files using double buffering.
  23. 2.0.2, April 29, 1996.
  24. ‚Ä¢ Corrected build problem which caused 2.0.1 to crash frequently.
  25. 2.0.3, June 11, 1996.
  26. ‚Ä¢ Corrected a length problem with some odd WAVE files,
  27. ‚Ä¢ Uses the ‚ÄúapplFont‚Äù instead of ‚Äúgeneva‚Äù to permit localization,
  28. ‚Ä¢ Dragging a file onto the SoundApp icon with a Play List open no longer adds the file to the list,
  29. ‚Ä¢ SoundApp now maintains looping and base note information when converting between AIFF and 'snd ' resources, including System 7 sound files,
  30. ‚Ä¢ MPEG playback now no longer causes jerky mouse movement,
  31. ‚Ä¢ Mono MPEG files now play at the proper speed,
  32. ‚Ä¢ Closing the Status window via AppleScript no longer crashes.
  33. 2.1, July 10, 1996.
  34. ‚Ä¢ Added support for the following formats:
  35. ¬†‚óä MIDI (type 0, 1 and karaoke) files using the AMP drivers and
  36. ¬†‚óä GSM-compressed WAVEs and raw GSM (‚Äú.au.gsm‚Äù) files.
  37. ‚Ä¢ Incorporated new ZSS drivers,
  38. ‚Ä¢ Files passed to open/play/convert via AppleScript can now be specified as strings,
  39. ‚Ä¢ Added Name/Type column headers to Play List windows, implemented title click sorting like the Finder and added Sort sub-menu (sorting method is saved in Play List files and dragging items into a sorted list maintains sort order),
  40. ‚Ä¢ Can now pause playback using the spacebar,
  41. ‚Ä¢ Added ‚Äú;‚Äù-key for stopping after the file that is currently being processed,
  42. ‚Ä¢ Added floating button bar and a menu item to show and hide it,
  43. ‚Ä¢ Play Lists now support continuous shift-selection with scrolling,
  44. ‚Ä¢ The DOSify preference now allows underscores in the converted filenames,
  45. ‚Ä¢ Fixed a bug which crashed after sending an quit AppleEvent while playing,
  46. ‚Ä¢ Fixed a bug which would insert a very short click at the beginning of a WAVE output file,
  47. ‚Ä¢ Fixed a bug while converting MPEG files with an internal CRC check which caused the conversion to fail,
  48. ‚Ä¢ No longer write non-standard AIFF headers when converting,
  49. ‚Ä¢ Fixed a bug that would cause a crash when two MOD files are played one after the other using the ZSS drivers,
  50. ‚Ä¢ Removed some math calls which would prevent SoundApp from running with some old versions of MathLib on Power Macs.
  51. 2.1.1, July 12, 1996.
  52. ‚Ä¢ Corrected playback problem on 68K Macs.
  53. 2.2, December 3, 1996.
  54. ‚Ä¢ Added a new Convert menu to group all the convert output options, added the capability to save conversion preferences as a named configuration, added an editor for saved sets, and removed all output format related options from the Convert preferences pane,
  55. ‚Ä¢ Added Sound Designer and direct QuickTime output formats,
  56. ‚Ä¢ Added support for MACE-3 and MACE-6 compression in SoundEdit files,
  57. ‚Ä¢ Added support for AIFF and 'snd ' files explicitly encoded with the 'twos' and 'raw ' codecs,
  58. ‚Ä¢ Re-wrote the MIDI code from scratch and added OMS support and a new MIDI Preferences pane,
  59. ‚Ä¢ Included new ZSS drivers with MTM support,
  60. ‚Ä¢ Added Script menu which lists the scripts in a ‚ÄúScript Menu Items‚Äù folder,
  61. ‚Ä¢ The volume preference is now relative to the system volume, thus will have no effect on other applications‚Äô volume, and can now go from 10% to 150%,
  62. ‚Ä¢ Fixed sample rate specification with AIFF files due to an incompatibility with CodeWarrior and extended floating point numbers,
  63. ‚Ä¢ Fixed a bug which could cause a hang while playing MED/OctaMED files with the ZSS driver set as preferred,
  64. ‚Ä¢ Fixed a problem which caused some files to be left open when dragged to the Play List,
  65. ‚Ä¢ Now properly calculates the length of MPEG Layer I files,
  66. ‚Ä¢ Removed two-byte click at the beginning of converted System 7 sound files,
  67. ‚Ä¢ Added Info window to provide more information on a sound file,
  68. ‚Ä¢ Added extensive AppleScript support,
  69. ‚Ä¢ Added a ‚ÄúSoundApp Home Page‚Äù to the Help menu if Internet Config is installed,
  70. ‚Ä¢ Conversion of suitcases or MOD files now places the sounds in a sub-folder,
  71. ‚Ä¢ ADPCM file playback is now no longer affected by the ‚ÄúPlay a/¬µ-law as 8-Bit‚Äù or the ‚ÄúConvert a/¬µ-law as 8-Bit‚Äù preference,
  72. ‚Ä¢ Upgraded to CodeWarrior 10.
  73. 2.2.1, December 5, 1996.
  74. ‚Ä¢ Corrected a problem upgrading the preferences file from 2.1.1 to 2.2, which would result in a corrupted file.  If you used version 2.2, you‚Äôll need to reset your preferences.
  75. 2.2.2, December 12, 1996.
  76. ‚Ä¢ Conversion downsampling from 44.1 or 48 kHz to a lower rate (e.g., 32 kHz) no longer produces slight clicks,
  77. ‚Ä¢ Playback of MIDI files using OMS now uses the proper selected device,
  78. ‚Ä¢ Work around a bug in QuickTime 2.1 which prevented many MIDI files from playing,
  79. ‚Ä¢ Fixed a bug which prevented MOD conversion on 680x0 Macs,
  80. ‚Ä¢ Fixed a bug which caused random shuffling of Play Lists to not be very random.
  81. 2.2.3, February 26, 1997.
  82. ‚Ä¢ SoundApp no longer gets confused if the Controls Palette is closed while playing a file from a Play List,
  83. ‚Ä¢ Made another attempt to allow SoundApp to work without a PowerPC-native AppleScript,
  84. ‚Ä¢ Corrected two AppleScript dictionary problems (one which prevented conversion to a specific format type and another which prevented saving a Play List to a specified file),
  85. ‚Ä¢ If SoundApp is in the midst of playing some sounds and a folder is dropped onto SoundApp, the sound files contained therein will now be added to the playback queue,
  86. ‚Ä¢ Cleaned up internal memory management and fixed some issues with drag and drop in Play Lists,
  87. ‚Ä¢ Significantly sped up the sorting of Play Lists.